home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Essentials / APW.ORCA.Cmds / Gregs.APW.Utils / Documentation / Online < prev    next >
Encoding:
Text File  |  1990-07-19  |  1.1 KB  |  38 lines  |  [TEXT/pdos]

  1. Online -- display GS/OS device list
  2.  
  3. Syntax      Online
  4.  
  5. Description Displays a list of input/output devices that GS/OS currently is
  6.             able to communicate with.  The list is displayed in device number
  7.             order, and consists of the device number, device name, volume name
  8.             of any currently mounted block storage media in the device, and the
  9.             device type.
  10.  
  11. Input       None
  12.  
  13. Output      The device list is written to standard output.
  14.  
  15. Diagnostics None
  16.  
  17. Status      Online always returns a status of 0.
  18.  
  19. Options     None
  20.  
  21. Example
  22.  
  23. #Online
  24.  
  25. Units currently on line:
  26.  
  27.     .Dnn  Dev Name         Name             Type
  28.  
  29.     .D1   .APPLESCSI.HD01  /Matt            SCSI hard disk
  30.     .D2   .APPLESCSI.HD01  /PCT             SCSI hard disk
  31.     .D3   .APPLESCSI.HD01  /Ryan            SCSI hard disk
  32.     .D4   .APPLEDISK3.5A   /APW.Goodies     Apple disk 3.5
  33.     .D5   .APPLEDISK3.5B   <offline>        Apple disk 3.5
  34.     .D6   .CONSOLE                          System console
  35.     .D7   .UNIDISK3.5A     <offline>        Apple disk 3.5
  36.     .D8   .DEV2            /RAM6            RAM disk
  37.     .D9   .DEV3                             Modem port
  38.